Indexing
Product schema
Understand the format of your product records in Algolia for BigCommerce.
Algolia’s BigCommerce integration stores your product data in an extensible format that’s optimal for search. The search record format has two options: product-level or variant-level indexing. Product-level indices have variants embedded in the entity, while variant-level produces one record per variant.
Product-level schema
Algolia stores BigCommerce products in the following format:
JSON
Variant-level schema
Algolia stores BigCommerce product variants in the following format:
JSON
Changes to your BigCommerce inventory
Algolia’s BigCommerce integration monitors inventory changes & sets the isInStock
value for each affected SKU.
isInStock
is set to true
if inventory_level
is greater than zero for that SKU.
Prices
The prices
attribute consists of key-value pairs:
- The key is a currency code, such as “USD”.
- The value is the product price for that currency code.